home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1999 June / macpower199906.bin / 9906⁄AMUG / UTILITY / MacZip 1.02nc.sit / MacZip 1.02 final / docs / HISTORY.TXT / HISTORY.TXT
Encoding:
Text File  |  1999-02-15  |  13.0 KB  |  413 lines  |  [TEXT/R*ch]

  1. Macintosh Port of Info-Zip's Zip
  2. by Dirk Haase, d_haase@sitec.net
  3. homepage:   www.sitec.net/maczip
  4. ================================
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Release MacZip ver1.02
  11. 14. February 1999
  12. -----------------
  13.  
  14. 1) CHG: {zip} Changed the rule of file inclusion if switch '-X' 
  15.         is set. Following conditions are checked:
  16.         a) if length of resource-fork is equal zero *and* the
  17.               length of     data-fork is equal zero include the file.
  18.         b) if length of resource-fork  greater zero *and* the
  19.               length of     data-fork is equal zero don't include the file.
  20.         c) if length of     data-fork  greater zero include the file.
  21.  
  22. 2) CHG: {Console} Some users are very confused by the buttons "START PATH" 
  23.         and "ZIP ARCHIVE". Somehow, it wasn't clear what the intended 
  24.         meaning was. I changed the buttons to more clear labels on 
  25.         them like: "file or folder to compress" and "location of 
  26.         compressed file"
  27.         
  28. 3) CHG: {Console} I changed the menu structure to be more intuitive.
  29.  
  30. 4) FIX: {Console} Found a nasty bug which caused sometimes crashes 
  31.         when the Zip / Unzip Dialogbox was used.
  32.  
  33. 5) CHG: {Console} Handling of file dialog is now a bit more restricted:
  34.         e.g: it's not possible to select a file if you have to select
  35.         a folder.
  36.  
  37.  
  38.  
  39.  
  40. Release MacZip ver1.01 
  41. 30. January 1999
  42. ----------------------
  43.  
  44. 1) CHG: {console} The use of the "Current App" mechanism was clumsy
  45.         and forces the user into the Zip or Unzip modes. This kind 
  46.         of modality is not so good for the command line. It's now
  47.         neccessary to enter zip or unzip to choose the action.
  48.  
  49. 2) FIX: {console} When Applescript sends quit to MacZip the script 
  50.          that is running shows a spinning cursor and MacZip
  51.          does not quit. 
  52.  
  53. 3) FIX: {console} MacZip gots accidentally the wrong creator code 
  54.         (from BBedit) 
  55.                    
  56.                    
  57.                    
  58.  
  59. Final Release MacZip ver1.0 
  60. ---------------------------
  61.  
  62. Released 21. January 1999
  63.  
  64.  
  65.  
  66.  
  67. 9. Beta release 06.December.1998
  68. ---------------------------------
  69.  
  70. 1) CHG: {console} The checkbox of Filedialog (for extract path and file path)
  71.         "Show all files" is now selected by default. 
  72.  
  73. 2) CHG: {unzip/standalone} changed prototypes of mac[f]printf() to return 
  74.         an int number (better ANSI conformance); 
  75.         
  76. 3) FIX: {unzip} repaired "stdout/stderr" mode of macwrite(). So func
  77.         MacMessagePrnt() is now obsolete and removed.
  78.  
  79. 4) ADD: {zip/unzip} Compressed Mac3 extra-fields are now supported
  80.         (Thanks to Christian Spieler)
  81.  
  82. 5) ADD: {unzip} Extraction of ZipIt archive are now supported. This support
  83.         is not complete: Filenames are korrect but Directory names are only 
  84.         restored with the public directory names.  
  85.         
  86. 6) ADD: {zip/unzip} Improved documentation. 
  87.  
  88. 7) FIX: {unzip} Function isZipfile() is completly rewritten.
  89.  
  90. 8) CHG: {zip/unzip) switch to latest source level 
  91.         zip 2.3i beta and unzip 5.4 final release
  92.  
  93. 9) ADD: Applescript event "do_cmd".
  94.  
  95. Unless there are big bugs found, this release will be the last
  96. beta release. The final release will come out in january 1999.
  97.  
  98.  
  99.  
  100.  
  101. 8. Beta release 20.November.1998
  102. ---------------------------------
  103.  
  104. 1) CHG: {zip/unzip) switch to latest source level 
  105.         zip 2.3h beta and unzip 5.4 final release
  106.         
  107. 2) ADD: {zip} Zip finds "namelocked" files also, if switch "-S" 
  108.          is set.
  109.  
  110. 3) FIX: {unzip} Function isZipfile() fails if the zip archive
  111.          has a comment.
  112.  
  113. 4) CHG: {zip} added some small speed improvments to pattern matching and
  114.         isZipFile() function.
  115.         
  116. 5) FIX: {unzip} Display of comments are fixed.
  117.         UzpMessagePrnt() is replaced by MacMessagePrnt(). I do not care
  118.         about ansi-bombs. I'm not sure, so this fix may be change later.
  119.         
  120. 6) RMV: {unzip} Buildin More capability is removed since it's already build 
  121.         into the GUI-App.
  122.  
  123.  
  124.  
  125. 7. Beta release 09.November.1998
  126. ---------------------------------
  127.  
  128. 1) CHG: {all} switched to Metrowerks Codewarrior Pro 4
  129.  
  130. 2) FIX: {unzip} Display of comments stored in the zip-file is 
  131.         now fixed
  132.  
  133. 3) FIX: {zip} Fixed display of the zip help-screen.
  134.  
  135. 4) CHG: {zip/unzip} Changed special dir 'Re$0urce.Fk' to 'XtraStuf.mac'
  136.         (see entry at 13.June.1998 item 3). I found it more descriptive for 
  137.         users outside the mac-community. 
  138.         
  139. 5) CHG: {all} switched to MoreFiles 1.4.9.
  140.  
  141. 6) CHG: {console} changed behaivor of the file open dialog: The select 
  142.         button is now always enabled.
  143.         
  144. 7) ADD: {all} Environment variables are now supported. 
  145.          Basically, it is possible to add timezone (= TZ environment variable) 
  146.          support here, but it's not yet implemented.
  147.          See "MacZip.Env" for further info.
  148.          
  149. 8) RMV: {console} Targets "zip only" and "unzip only" are removed. 
  150.  
  151.  
  152.  
  153. 6. Beta release 09.September.1998
  154. ---------------------------------
  155.  
  156.  
  157. 1) CHG: {Zip/Unzip} Metrowerks Standardlibrary time funktions are 
  158.         rather broken and incomplete so I was forced to rewrite the 
  159.         funktions: mktime(), localtime(), gmtime() and time(). 
  160.  
  161. 2) ADD: {Console} Added Pause Funktion for screen output. 
  162.         The Pause-Function is selfadjusting: Count of lines is depending 
  163.         on the window size. 
  164.         
  165. 3) CHG: Extra-Field layout is changed: All datas are now in little-endian 
  166.         format (see appnote)
  167.         
  168. 4) ADD: {Console} Added an option to test the archive automatically 
  169.         after zipping. This option is only via Zip-Dialogbox available 
  170.         because it needs the unzip-module also.
  171.  
  172. 5) CHG: {Zip} code is now up to date with the latest beta 2.3f.
  173.  
  174. 6) ADD: {Console} Added (drag'n) drop support. Drop on the MacZip icon. 
  175.         The following situations are supported: 
  176.                     1. drop of one or more zipfiles (action = unzip)
  177.                        each archive will be extracted in a separate folder
  178.                     2. drop of a folder (action = zip -r )
  179.                        The complete folder (inclusive sub-folders) 
  180.                        will be zipped
  181.         Not (yet) supported is currently: dropping more than one file 
  182.         to compress. Workaround: Put all your files in one folder and 
  183.         drop that folder on MacZip.
  184.         MacZip recognize zip-archives automatically.
  185.  
  186.  
  187. 5. Beta release 21.Aug.1998
  188. ----------------------------
  189.  
  190.  
  191. 1) ADD: {Console} Userinterface has now a Statusbar to show the 
  192.         Progress.
  193.         
  194. 2) ADD: {Console} It's now possible to stop the run of Zip/Unzip
  195.         with the well known shortcut [Command] + [.]
  196.         
  197. 3) CHG: {Console} Improved user-entry routine.
  198.  
  199. 4) ADD: {Zip/Unzip} Crypt-code added. It's now possible to 
  200.         encrypt/decrypt archives. 
  201.         
  202. 5) RMV: {Unzip} Removed the warning of PKZip/Mac archive. 
  203.         Unzip gets confused with the extra field of PKZip/Mac. So I assume 
  204.         the extra field isn't compatible with Info-Zip's definition.
  205.  
  206. 6) CHG: switched to Metrowerks Codewarrior Pro 3
  207.         this includes:
  208.         - new Universal Interfaces 3.1 Headers
  209.         - improved codegeneration
  210.  
  211. 7) CHG: {Zip} code is now up to date with the latest beta 2.3e.
  212.         
  213. 8) CHG: {Unzip} changed function names wprintf, wgets .. to macprintf, macgets ..
  214.         to avoid naming conflict standart library.
  215.  
  216. 9) ADD: {Zip/Unzip} FXinfo, Mac-Pathname, file-dates and Finder-Comments 
  217.         are now stored in the extra-field. Extra-field layout is 
  218.         changed accordingly. Unzip uses now the filename stored in the 
  219.         extra-field when unzipping.
  220.  
  221. 10) CHG: {Unzip} code is now up to date with the latest beta 5.33g.
  222.  
  223. 11) CHG: {Unzip} code is (again) up to date with the latest beta 5.33h.
  224.  
  225. 12) ADD: {Unzip} following switches were added:       
  226.        -J     [MacOS  only] ignore mac extra info. All macintosh
  227.               info are not restored. Datafork and resource-fork
  228.               are restored separatly.
  229.               
  230.        -i     [MacOS  only] ignore filenames stored in mac extra
  231.               field. Use the most compatible filename stored in
  232.               the public field. 
  233.               
  234.        -E     [MacOS  only] show mac extra field during restoring
  235.  
  236. 13) ADD: {Zip/Unzip} Charset MacRoman to ISO8859 Latin and vice versa
  237.  
  238. 14) RMV: {Zip} -N option removed. This MacZip crashes using this option.
  239.          I will fix it later.
  240.  
  241.  
  242. I think I'm very close for a final release of "MacZip 1.0" :-)
  243.         
  244.         
  245.         
  246. 4. Beta release 27.June.1998
  247. ----------------------------
  248.  
  249. 26.June.1998
  250. ------------
  251.  
  252. 1) FIX: {Zip} extra field size value was wrong.
  253.  
  254.  
  255.  
  256. 25.June.1998
  257. ------------
  258.  
  259. 1) CHG: {Zip} code is now up to date with the latest beta 2.3d.
  260.         So both modules, zip & unzip, uses now latest beta.
  261.  
  262. 2) ADD: {Zip} added a UT extra-field for better compatibility.
  263.  
  264. 3) CHG: {Unzip} changed the code to find the mac extra-field. 
  265.         Unzip has to look for a mac extra-field because 
  266.         mac-archives has now two extra-fields (UT + M3). 
  267.  
  268. 4) CHG: {Unzip} changed the method to move extra-field data to 
  269.         the internal extra-structure. 
  270.         Old method was just BlockMove of the ef_structptr to ef_memptr.
  271.         This method was dangerous because not all members of the
  272.         structure seamless aligned. There are may be some fill 
  273.         bytes in the structure depending on the compiler setting. 
  274.  
  275. 5) ADD: {Unzip} added a warning if unzipping a ZipIt/PKZip archive.
  276.         ZipIt/PKZip archives are usually additionally coded somehow.
  277.         InfoZip's Unzip will *not* decode the files. So extracted
  278.         files are may be not decoded. (see also 6. and 7.)
  279.         
  280. 6) ADD: ZipIt (the Shareware Tool) has now a new extra-field signature: 
  281.         0x2705. Found in "ZipIt 1.3.8". I added a new macro: EF_ZIPIT2
  282.         
  283. 7) ADD: Added PKWare's extra-field signature: 0xCF77.
  284.         Found in "PKZIP v2.03". I added a new macro: EF_PKMAC
  285.  
  286. 8) ADD: {console} It's now possible to save all screen outputs
  287.         to the disk.
  288.  
  289. 9) RMV: {console} this is the first beta without expire-date.
  290.         
  291.  
  292. 16.June.1998
  293. ------------
  294.  
  295. 1) FIX: {Unzip/console} Extract path now defaults to current-dir if
  296.         no path is given.
  297.  
  298. 2> CHG: {Unzip} creates now a extract-folder by default. This behavior 
  299.         differs to the commandline tool of Unzip on other platforms. 
  300.         However, for a mac-user is this behavior more convenient.
  301.  
  302.  
  303. 3. Beta release 15.June.1998
  304. ----------------------------
  305.  
  306. 15.June.1998
  307. ------------
  308.  
  309. 1) CHG: {unzip/zip} I changed the layout of the extra field 
  310.         to support more data. 
  311.   
  312.  
  313. 14.June.1998
  314. ------------
  315.  
  316. 1) FIX: {Unzip} adjusted time_t value with an correct offset value.
  317.  
  318. 2) FIX: {Unzip} removed all unused code based on unfinished ideas by 
  319.         former porter(s).
  320.  
  321. 3) CHG: use of shared code izshr 032.
  322.  
  323. 13.June.1998
  324. ------------
  325.  
  326. 1) FIX: {Unzip} Filenames are only converted when needed. When zipping 
  327.         with the switch 'datafork only' the filenames are shorted which 
  328.         was wrong.
  329.  
  330. 2) CHG: {Unzip} code is now up to date with the latest beta 5.33f.
  331.  
  332. 3) CHG: {Zip} Changed the naming rule of filenames from old Johnny Lee's 
  333.         to my implementation. Johnny Lee's idea is based on change of the 
  334.         filenames which cases several problems when unziping on a non mac 
  335.         plattform. My idea is to add a special directory: 'Re$0urce.Fk'. 
  336.         For the future: Zip will create archives according the new nameing 
  337.         rule. However unzip will be compatible with old nameing rule. 
  338.         See also 4.
  339.  
  340. 4} ADD: {Unzip} Added a new nameing rule for resource forks filename. 
  341.         Resource forks are now stored in a special directory: 'Re$0urce.Fk'. 
  342.         This naming rule make it easier to for other platforms to use
  343.         mac zip-files.
  344.         
  345.         
  346.  
  347. 11.June.1998
  348. ------------
  349. 1) FIX: {Zip} Internal file attribute is set to BINARY by default 
  350.         when zipping resource forks otherwise Unzip will create 
  351.         sometimes wrong resource-forks.
  352.         
  353. 2) CHG: {Unzip} code is now up to date with the latest beta 5.33e.
  354.  
  355.  
  356.  
  357.  
  358. 2. Beta release 10.June.1998
  359. --------------------------
  360.  
  361. 1) FIX: {Unzip} Long pathname fix solved. Unzip is now able to extract 
  362.         archives with path longer than 256 chars. 
  363.        
  364. 2) CHG: {Unzip} removed all conversion from c-style string to 
  365.         pascal-string (see fix 1)
  366.      
  367. 3) ADD: {Unzip} Finderinfo of folders are also restored.
  368.  
  369. 4) ADD: {Console} Added info about current path in the command-line box.
  370.  
  371. 5) FIX: {Console} Construction of the command-line of the unzip-dialog 
  372.         box fixed.
  373.  
  374.  
  375.  
  376. First beta release 06.June.1998
  377. -----------------------------
  378.  
  379. no history.
  380. Just to many code was neccessary to build the first mac-port.
  381.  
  382.  
  383. Start of the port MacZip
  384. February 1998
  385.  
  386.  
  387. --------------------------------------------------------------------------------
  388. Legende:
  389.  
  390. FIX: fixes a bug
  391. CHG: inform about changed items.
  392. ADD: added feature
  393. RMV: removed Item
  394.  
  395. {Unzip}   -> only related to the Unzip-module
  396. {Zip}     -> only related to the Zip-module
  397.              These are just libraries and are linked into the console-app.
  398.  
  399. {Console} -> only related to the Userinterface (not SIOUX)
  400.              MacOS has no tool like a command-line. So it's neccessary 
  401.              to write wrapper around the command-line tools. 
  402.  
  403.  
  404.  
  405.  
  406. Dirk Haase
  407.  
  408.  
  409.  
  410.         
  411.         
  412.         
  413.